home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / css10.zip / OPUS.SIM < prev    next >
Text File  |  1991-01-24  |  906b  |  16 lines

  1. //////////////////////////////  OPUS.SIM  ///////////////////////////////////
  2. //                                                                         //
  3. // This is a sample SIMPLE script for logging on to an OPUS based system.  //
  4. //                                                                         //
  5. // Put your name in the line that says ASSIGN STRING1.  The script will    //
  6. // get the proper password from the dialing directory, CSS puts the        //
  7. // password in the variable BBSPASSWORD.                                   //
  8. //                                                                         //
  9. /////////////////////////////////////////////////////////////////////////////
  10.  
  11. ASSIGN STRING1, "John Smith;y"   // Put your name (in Quotes!) here.
  12.  
  13. ALARM 1
  14. WAITFOR " name:" MAXOF 180 THENDO SEND STRING1 HITENTER
  15. WAITFOR "Password:" THENDO SEND BBSPASSWORD HITENTER
  16.